feat: add ocr to cloud environment#2778
Merged
Merged
Conversation
madhavilosetty-intel
marked this pull request as ready for review
July 31, 2025 14:45
madhavilosetty-intel
enabled auto-merge (squash)
July 31, 2025 14:45
madhavilosetty-intel
force-pushed
the
cloud-ocr
branch
from
July 31, 2025 14:52
633df35 to
f51bfdd
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds OCR (Out-of-Band Certificate Revocation) functionality to the cloud environment and makes certificates management available in cloud mode. The changes enable OCR power options and certificate management features that were previously restricted to on-premises deployments.
- Enables OCR power options in cloud mode by removing cloud mode restrictions
- Makes certificate management available in cloud environments
- Updates AMT features request to include OCR and remote erase capabilities
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
src/app/devices/general/general.component.ts |
Updates AMT features request to include OCR and remote erase from device features |
src/app/devices/general/general.component.html |
Comments out cloud mode restriction for HTTPS network boot settings |
src/app/devices/device-toolbar/device-toolbar.component.ts |
Moves OCR power options from conditional cloud mode logic to always available |
src/app/devices/device-toolbar/device-toolbar.component.spec.ts |
Removes test that verified OCR options were hidden in cloud mode |
src/app/devices/device-detail/device-detail.component.ts |
Moves certificates category from cloud mode conditional to always available |
src/app/devices/certificates/certificates.component.html |
Fixes certificate profile associations display logic |
madhavilosetty-intel
force-pushed
the
cloud-ocr
branch
from
July 31, 2025 14:59
f51bfdd to
a7901aa
Compare
madhavilosetty-intel
force-pushed
the
cloud-ocr
branch
from
July 31, 2025 15:02
a7901aa to
94ac4aa
Compare
rsdmike
approved these changes
Jul 31, 2025
RosieAMT
pushed a commit
that referenced
this pull request
Jul 31, 2025
# [3.41.0](v3.40.0...v3.41.0) (2025-07-31) ### Features * add ocr to cloud environment ([#2778](#2778)) ([23870ee](23870ee))
|
🎉 This PR is included in version 3.41.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
What are you changing?
Anything the reviewer should know when reviewing this PR?
If the there are associated PRs in other repositories, please link them here (i.e. device-management-toolkit/repo#365 )